suricata.git
2 weeks ago[PATCH] ebpf: avoid to include if_tunnel.h
Eric Leblond [Thu, 31 Oct 2019 12:29:56 +0000 (13:29 +0100)]
[PATCH] ebpf: avoid to include if_tunnel.h

This is causing a dependency issue as file from another architecture
have to be installed.

Gbp-Pq: Name avoid-to-include-if_tunnel-h.patch

2 weeks agoAdd --with-ebpf-includes parameter
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter

Last-Update: 2025-07-11
Bug: https://redmine.openinfosecfoundation.org/issues/3097

This patch fixes a FTBFS error on the i386 architecture by setting proper
include directories. The error is caused by improper directory names e.g.
'-I/usr/include/i386-linux-gnu' vs. '-I/usr/include/i686-linux-gnu/'.

Gbp-Pq: Name with-ebpf-includes.patch

2 weeks agodo not clean vendor directory on distclean
Sascha Steinbiss [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
do not clean vendor directory on distclean

Bug-Debian: https://bugs.debian.org/915154
Last-Update: 2025-07-11

dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.

Gbp-Pq: Name fix-repeated-builds.patch

2 weeks agoDon't use __USE_GNU
Adrian Bunk [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Don't use __USE_GNU

Bug-Debian: https://bugs.debian.org/890432
Last-Update: 2025-07-11

__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.

Gbp-Pq: Name no-use-gnu.patch

2 weeks agoFix a FTCBFS issue because of using AC_PATH_PROG
Helmut Grohne [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Fix a FTCBFS issue because of using AC_PATH_PROG

Bug-Debian: https://bugs.debian.org/895996
Last-Update: 2025-07-11

This patch fixes a FTCBFS issue caused by using AC_PATH_PROG to
discover the location of pkg-config, which fails to select the
correct version on cross-compilations. The corresponding lintian
warning 'autotools-pkg-config-macro-not-cross-compilation-safe'
suggests to use PKG_PROG_PKG_CONFIG and $PKG_CONFIG instead.

Gbp-Pq: Name cross.patch

2 weeks agoConfigure landlock LSM security sandbox, but disabled by default
Andreas Dolp [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Configure landlock LSM security sandbox, but disabled by default

Forwarded: not-needed
Last-Update: 2025-09-21

Gbp-Pq: Name configure-landlock.patch

2 weeks agoEnable and configure Suricata unix command socket
Arturo Borrero Gonzalez [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Enable and configure Suricata unix command socket

Forwarded: not-needed
Last-Update: 2025-08-22

Gbp-Pq: Name enable-unix-command-socket.patch

2 weeks agosuricata (1:8.0.4-1) unstable; urgency=medium
Andreas Dolp [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
suricata (1:8.0.4-1) unstable; urgency=medium

  [ Andreas Dolp ]
  * New upstream version 8.0.4
  * d/suricata.README.Debian: Fix paths to current locations.
  * Closes: #1126405: Do not fail logrotate because of missing pid-file when
    suricata is not running.
  * d/suricata.logrotate: use 'create' instead of 'copytruncate'
  * d/salsa-ci.yml: Enable reprotest.
  * d/p/configure-clang-variable.patch: Remove obsolete patch
  * d/p/reproducible.patch: Remove obsolete patch
  * d/p/llc.patch: Remove obsolete patch
  * d/p/import-sockio-h.patch: Remove obsolete patch
  * d/p/no-use-gnu.patch: Add headers with more infos about the patch
  * d/p/with-ebpf-includes.patch: Add headers with more infos about the patch
  * d/p/cross.patch: Add headers with more infos about the patch
  * d/p/fix-repeated-builds.patch: Add headers with more infos about the patch

  [ Sascha Steinbiss ]
  * Set myself as Maintainer.

[dgit import unpatched suricata 1:8.0.4-1]

2 weeks agoImport suricata_8.0.4.orig.tar.gz
Andreas Dolp [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Import suricata_8.0.4.orig.tar.gz

[dgit import orig suricata_8.0.4.orig.tar.gz]

2 weeks agoImport suricata_8.0.4-1.debian.tar.xz
Andreas Dolp [Tue, 17 Mar 2026 14:23:03 +0000 (15:23 +0100)]
Import suricata_8.0.4-1.debian.tar.xz

[dgit import tarball suricata 1:8.0.4-1 suricata_8.0.4-1.debian.tar.xz]